readFieldHDF5

Read a field from disk using HDF5.

void
readFieldHDF5
(
T
)
(
ref T field
,
const string fileNameString
,
const bool isCheckpoint = false
)
if (
isField!T
)

Parameters

field T

field to be read

fileNameString string

name of the file to be read from

isCheckpoint bool

whether this is checkpoint related (reads checkpoint globals)

Meta